'Declaration Protected items As System.Collections.Generic.List(Of T)
'Usage Dim instance As NotifyCollectionBase(Of T) Dim value As System.Collections.Generic.List(Of T) value = instance.items instance.items = value
protected System.Collections.Generic.List<T> items